Skip to content

Fix typos found by codespell and typos#347

Open
DimitriPapadopoulos wants to merge 1 commit intoGEANT:masterfrom
DimitriPapadopoulos:codespell
Open

Fix typos found by codespell and typos#347
DimitriPapadopoulos wants to merge 1 commit intoGEANT:masterfrom
DimitriPapadopoulos:codespell

Conversation

@DimitriPapadopoulos
Copy link
Copy Markdown
Contributor

No description provided.

@DimitriPapadopoulos DimitriPapadopoulos changed the title Fix typos found by codespell Fix typos found by codespell and typos Apr 28, 2026
@DimitriPapadopoulos DimitriPapadopoulos force-pushed the codespell branch 2 times, most recently from 1264c16 to 37969a5 Compare April 28, 2026 13:35
MessageBox MB_OK "<?php WindowsCommon::echoNsis( _("An additional piece of software 'GEANTlink' needs to be installed. This installation requires Administrator rights; you will be prompted to give permission for that action."))?>"
!insertmacro debug_cat 1 "Run GEANTLink installer"
!insertmacro debug_cat 3 'Execute: msiexec.exe /i "$OUTDIR\GEANTLink-$Platform.msi" REBOOT=Supress'
!insertmacro debug_cat 3 'Execute: msiexec.exe /i "$OUTDIR\GEANTLink-$Platform.msi" REBOOT=Suppress'
Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This fixes an actual bug:
REBOOT property

\core\CAT::sessionStart();
$languageObject = new core\common\Language();
$languageObject->setTextDomain("diagonstics");
$languageObject->setTextDomain("diagnostics");
Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Again, this appears to fix a bug.

$("#devices button").removeClass('alertButton');
$("#devices button").removeClass('disabledDevice');
$("#devices button").removeClass('hasAdditonalInfo');
$("#devices button").removeClass('hasAdditionalInfo');
Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should fix a bug too.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant